@charset "utf-8";
/* CSS Document */

.our-products .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0px 8%;
}

.eNewsletter h3{
	font-size:33px;
	text-align:center;
}

.banner{
  	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    width: 100%;
    height: 600px;
  	border-bottom: 1px solid #369736;
	margin-top: 85px;

}